body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#f9f9f9;color:#1f2937;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}main{max-width:20rem;width:90%;background:#f3f4f6;border-radius:14px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);text-align:center;overflow:hidden}div{padding:1.5rem}img{width:64px;height:64px;margin-bottom:1rem;loading:lazy;decoding:async}h1{font-size:clamp(1.125rem,5vw,1.25rem);font-weight:700;margin:0 0 .5rem 0}p{font-size:clamp(0.875rem,3vw,0.875rem);font-weight:400;margin:0;color:#4b5563}a{display:block;padding:.75rem;border-top:1px solid #d1d5db;color:#3b82f6;font-weight:700;text-decoration:none;transition:background-color .2s ease-in-out}a:hover{background-color:#e5e7eb}#cb{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(249,249,249,0.9);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-top:1px solid #d1d5db;padding:1rem;text-align:center;font-size:.875rem}#cb p{margin:0 0 .75rem 0;color:#4b5563}#cb button{background:#3b82f6;color:#fff;border:0;padding:.5rem 1rem;border-radius:7px;cursor:pointer;font-weight:500}#cb button:hover{opacity:.9}